Package com. mapbox. navigation. ui. maneuver. view
Types
MapboxExitText
Link copied to clipboard
MapboxLaneGuidance
Link copied to clipboard
class MapboxLaneGuidance @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : AppCompatImageView
Content copied to clipboard
Default Lane Guidance View that renders the maneuver icons onto MapboxManeuverView.
MapboxLaneGuidanceAdapter
Link copied to clipboard
class MapboxLaneGuidanceAdapter(context: Context) : RecyclerView.Adapter<MapboxLaneGuidanceAdapter.MapboxLaneGuidanceViewHolder>
Content copied to clipboard
MapboxManeuverView
Link copied to clipboard
MapboxPrimaryManeuver
Link copied to clipboard
MapboxSecondaryManeuver
Link copied to clipboard
MapboxStepDistance
Link copied to clipboard
Default view to render distance onto MapboxManeuverView and single item in MapboxUpcomingManeuverAdapter.
MapboxSubManeuver
Link copied to clipboard
MapboxTurnIconManeuver
Link copied to clipboard
class MapboxTurnIconManeuver @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : AppCompatImageView
Content copied to clipboard
Default view to render the maneuver turn icon onto MapboxManeuverView.
MapboxUpcomingManeuverAdapter
Link copied to clipboard
class MapboxUpcomingManeuverAdapter(context: Context) : RecyclerView.Adapter<MapboxUpcomingManeuverAdapter.MapboxUpcomingManeuverViewHolder>
Content copied to clipboard